GTlsConnectionClass

The class structure for the #GTlsConnection type.

Members

Variables

acceptCertificate
int function(GTlsConnection* connection, GTlsCertificate* peerCert, GTlsCertificateFlags errors) acceptCertificate;
getBindingData
int function(GTlsConnection* conn, GTlsChannelBindingType type, GByteArray* data, GError** err) getBindingData;
getNegotiatedProtocol
const(char)* function(GTlsConnection* conn) getNegotiatedProtocol;
handshake
int function(GTlsConnection* conn, GCancellable* cancellable, GError** err) handshake;
handshakeAsync
void function(GTlsConnection* conn, int ioPriority, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) handshakeAsync;
handshakeFinish
int function(GTlsConnection* conn, GAsyncResult* result, GError** err) handshakeFinish;
padding
void*[6] padding;
Undocumented in source.
parentClass
GIOStreamClass parentClass;

The parent class.

Meta

Since

2.28